home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 117
/
(Vol 117) Oct 15 2010.iso
/
Games
/
rodeo.swf
/
scripts
/
DefineSprite_48
/
frame_2
/
DoAction.as
Wrap
Text File
|
2010-10-15
|
506b
|
25 lines
i = 1;
while(i <= aantal)
{
nn = "line" + i;
removeMovieClip(nn);
i++;
}
this.gameid = 102;
this.aantal = 0;
this.decache = Math.floor(Math.random() * 1000);
if(_parent._parent.sendNow)
{
this.score = _parent._parent.score2send;
this.name = _parent._parent.name2send;
_parent._parent.sendNow = false;
}
else
{
this.score = null;
this.name = null;
}
this.loadVariables("http://www.coodtomatoes.com/games/juggler/highscores.php","GET");
error = "";
ymax = y0;